home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TPWDFORM / TPWDFORM.txt
Text File  |  1997-07-16  |  2KB  |  98 lines

  1. object PwdForm: TPwdForm
  2.   Left = 61
  3.   Top = 74
  4.   BorderStyle = bsDialog
  5.   Caption = 'Node Passwords'
  6.   ClientHeight = 262
  7.   ClientWidth = 465
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object bOK: TButton
  24.     Left = 208
  25.     Top = 228
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.   end
  33.   object bCancel: TButton
  34.     Left = 288
  35.     Top = 228
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.   end
  43.   object bHelp: TButton
  44.     Left = 368
  45.     Top = 228
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Help'
  49.     TabOrder = 2
  50.     OnClick = bHelpClick
  51.   end
  52.   object gPsw: TAdvGrid
  53.     Left = 8
  54.     Top = 8
  55.     Width = 449
  56.     Height = 209
  57.     FixedFont.Charset = DEFAULT_CHARSET
  58.     FixedFont.Color = clWindowText
  59.     FixedFont.Height = -11
  60.     FixedFont.Name = 'MS Sans Serif'
  61.     FixedFont.Style = []
  62.     ColCount = 3
  63.     DefaultRowHeight = 17
  64.     RowCount = 2
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clBlack
  67.     Font.Height = -12
  68.     Font.Name = 'Fixedsys'
  69.     Font.Style = []
  70.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goThumbTracking, goDigitalRows]
  71.     ParentFont = False
  72.     PopupMenu = gPsw.
  73.     TabOrder = 3
  74.     ColWidths = (
  75.       31
  76.       267
  77.       127)
  78.   end
  79.   object bImportPwd: TButton
  80.     Left = 12
  81.     Top = 228
  82.     Width = 75
  83.     Height = 25
  84.     Caption = 'Im&port...'
  85.     TabOrder = 4
  86.     OnClick = bImportPwdClick
  87.   end
  88.   object bSort: TButton
  89.     Left = 92
  90.     Top = 228
  91.     Width = 75
  92.     Height = 25
  93.     Caption = '&Sort'
  94.     TabOrder = 5
  95.     OnClick = bSortClick
  96.   end
  97. end
  98.